home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Audio & Music / Wave Editor 1.1.5 (trial).dmg / Wave Editor.app / Contents / Resources / WEOverviewBarOptions.nib / classes.nib next >
Encoding:
Text File  |  2006-01-15  |  1.0 KB  |  29 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {closeOptionsPanel = id; openOptionsPanel = id; optionsChanged = id; }; 
  6.             CLASS = WEBarView; 
  7.             LANGUAGE = ObjC; 
  8.             OUTLETS = {controller = WEWindowController; optionsPanel = NSPanel; }; 
  9.             SUPERCLASS = NSView; 
  10.         }, 
  11.         {
  12.             CLASS = WEOverviewBarView; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 overviewLoopsButton = NSButton; 
  16.                 overviewMarkersButton = NSButton; 
  17.                 overviewOutlineButton = NSButton; 
  18.                 overviewRectifiedButton = NSButton; 
  19.                 overviewRegionsButton = NSButton; 
  20.                 overviewShowAllLayersButton = NSButton; 
  21.                 overviewSlicesButton = NSButton; 
  22.                 overviewTypeMatrix = NSMatrix; 
  23.                 overviewView = WEOverviewView; 
  24.             }; 
  25.             SUPERCLASS = WEBarView; 
  26.         }
  27.     ); 
  28.     IBVersion = 1; 
  29. }